<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* ç»™è¡¨æ&nbsp;¼æ·»åŠ&nbsp;æ»šåŠ¨æ¡ */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* ç‰ˆå¿ƒ */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}











/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css */
.clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo&gt;a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_logo img {
    display: block;
    height: 35px;
    width: auto;
}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 54px;
    height: 52px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 28px;
    background: #d20000;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #d20000;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}

.mobile_header.hover {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 8;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #d20000;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    float: right;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    padding: 7px 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0 5px 14px;
    position: relative;
}

.mobile_menu_down_clm_list a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #333;
    border-radius: 50%;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #d20000;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mobile_lag_box {
    padding: 30px 0 20px;
    margin-bottom: 30px;
}

.mobile_lag_tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
}

.mobile_lag_text {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_lag_text a {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}

.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 7;
}

/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~æ‰‹æœºå¯¼èˆª,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~pc å¯¼èˆª,css */
/* ~~~~~~~~~~~~~~pc å¯¼èˆª,css */
.pc_public_head {
    height: 145px;
}

.pc_head_top {
    background: #d20000;
}

.pc_head_top_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pc_head_top_L {
    position: relative;
    width: calc(100% - 530px);
    height: 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_L .text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #444444;
}

.pc_head_top_L .text span {
    padding-left: 20px;
}

.pc_head_top_L .text span a {
    color: #444444;
}

.pc_head_top_L .text span a:hover {
    text-decoration: underline;
}

.pc_head_top_L::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100%;
    background: url(../images/headTop_L_bg.png) no-repeat right top;
}

.pc_head_top_R {
    width: 530px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_head_top_R_video {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

.pc_head_top_R_video::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1px;
    height: 20px;
    background: #ffffff;
}

.pc_head_top_R_video a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_R_video a .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.pc_head_top_R_video a span {
    font-size: 14px;
    color: #ffffff;
    padding-left: 6px;
}

.pc_head_top_R_video a:hover .iconfont {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.pc_head_top_R_720 {
    position: relative;
    padding: 0 25px;
}

.pc_head_top_R_720::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1px;
    height: 20px;
    background: #ffffff;
}

.pc_head_top_R_720 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_R_720 a .iconfont {
    font-size: 24px;
    color: #ffffff;
    padding: 2px 5px 0 0;
}

.pc_head_top_R_720 a span {
    font-size: 14px;
    color: #ffffff;
}

.pc_head_top_R_720 a:hover .iconfont {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.pc_head_language {
    position: relative;
    padding: 0 25px;
}

.pc_head_language::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1px;
    height: 20px;
    background: #ffffff;
}

.head_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.head_language_01 .icon1 {
    font-size: 24px;
    color: #ffffff;
}

.head_language_01 span {
    font-size: 14px;
    color: #ffffff;
    padding: 0 2px 0 8px;
}

.head_language_01 .icon2 {
    font-size: 24px;
    color: #ffffff;
}

.head_language_01:hover .icon1 {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 34px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 95px;
    background: #ffffff;
    padding: 12px 0 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.head_language_02 a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding: 4px 0 4px;
}

.head_language_02 a:hover {
    color: #d20000;
}

.pc_head_search {
    padding-left: 25px;
}

.pc_head_search .click_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.pc_head_search .click_icon span {
    font-size: 14px;
    color: #ffffff;
}

.pc_head_search .click_icon .iconfont {
    font-size: 25px;
    color: #ffffff;
    padding: 1px 0 0 5px;
}

.pc_head_search .click_icon:hover .iconfont {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

/* å¯å…¬ç”¨å¯¼èˆªæœç´¢ */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 38px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #d20000;
}

.all_public_form .public_form_close {
    font-size: 34px;
    position: absolute;
    top: 11px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #d20000;
}

/* å¯å…¬ç”¨å¯¼èˆªæœç´¢~~~~~~~~~~~~~~~~~~ç»“æŸ */


.pc_head_bot {
    position: relative;
    background: #ffffff;
}

.pc_head_bot.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.pc_head_bot_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_bot_w .logo_box {
    width: 310px;
}

.pc_head_bot_w .logo_box a {
    display: block;
}

.pc_head_bot_w .logo_box a img {
    width: 100%;
}

.pc_head_list_box {
    width: 56%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item&gt;a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    line-height: 100px;
}

.pc_head_list_box .item.hover&gt;a {
    color: #d20000;
}


/* ä¸‹æ‹‰èœå•,css */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(../images/drop_down_bg.jpg) repeat-y center top;
}

.publicTwo_stage_nav_w {
    padding: 50px 0 50px;
}

.publicTwo_stage_menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.publicTwo_stage_menu_L {
    width: 240px;
}

.publicTwo_stage_menu_L dd a {
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 8px 0 8px;
    border-bottom: 1px solid #dcdcdc;
}

.publicTwo_stage_menu_L dd a:hover {
    color: #d20000;
}

.publicTwo_stage_menu_L dd.hover a {
    color: #d20000;
}

.publicTwo_stage_menu_R {
    width: 72%;
}

.dropDown_menu_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dropDown_menu_item a .L_text {
    width: 54%;
}

.dropDown_menu_item a .L_text span {
    font-size: 14px;
    color: #444444;
    line-height: 26px;
}

.dropDown_menu_item a .L_text div {
    font-size: 14px;
    color: #d20000;
    padding-top: 25px;
}

.dropDown_menu_item a .L_text div:hover {
    text-decoration: underline;
}

.dropDown_menu_item a .R_img {
    width: 39%;
}

.dropDown_menu_item a .R_img img {
    width: 100%;
}

/* ä¸‹æ‹‰èœå•,css~~~~~~end */

.publicTwo_stage_nav.pro_menu {
    background: #f4f4f4;
}

.pro_menu_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_menu_list_box dd {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
}

.pro_menu_list_box dd a {
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 8px 0 8px;
    border-bottom: 1px solid #dcdcdc;
}

.pro_menu_list_box&gt;dd:nth-child(4n) {
    margin-right: 0;
}

.pro_menu_list_box dd a:hover {
    color: #d20000;
}

/* ~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pc å¯¼èˆª,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
.index_banner_lunbo .swiper-slide a {
    display: block;
}

.index_banner_lunbo .swiper-slide a img {
    width: 100%;
}

.swiper-pagination-bullet {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d20000;
}

.p_80 {
    padding: 80px 0 80px;
}

.indBoxOne {
    padding: 0 90px;
}

.public_page_title {
    text-align: center;
    padding-bottom: 40px;
}

.public_page_title a {
    display: block;
}

.public_page_title .tt_01 {
    font-weight: 700;
    font-size: 34px;
    color: #444444;
}

.public_page_title .tt_02 {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 18px;
    color: #444444;
    line-height: 32px;
    padding-top: 15px;
}

.indBoxOne1_lunbo {
    padding-bottom: 50px;
}

.indBoxOne1_lunbo .swiper-slide a {
    display: block;
    background: #f1f1f1;
    padding: 50px 10px 15px;
    border-radius: 4px;
}

.indBoxOne1_lunbo .swiper-slide a .tt_box {
    padding-bottom: 15px;
}

.indBoxOne1_lunbo .swiper-slide a .tt_box .tt_01 {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1_lunbo .swiper-slide a .tt_box .tt_02 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-top: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1_lunbo .swiper-slide a .img_box {
    position: relative;
}

.indBoxOne1_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indBoxOne1_lunbo .swiper-slide a:hover .tt_01,
.indBoxOne1_lunbo .swiper-slide a:hover .tt_02 {
    color: #d20000;
}

.indBoxOne1_btn_dot {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne1_lunbo_prev,
.indBoxOne1_lunbo_next {
    font-size: 26px;
    color: #232020;
    cursor: pointer;
    outline: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1_lunbo_prev:hover,
.indBoxOne1_lunbo_next:hover {
    color: #d20000;
}

.indBoxOne1_lunbo_dots {
    padding: 0 50px;
}

.indBoxOne1_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    margin: 0 5px;
}

.indBoxTwo2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo2_L {
    width: 35.6%;
}

.indBoxTwo2_L .item {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #6a6a6a;
    padding: 22px 30px 22px 240px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2_L .item .left_text {
    width: calc(100% - 50px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo2_L .item .left_text .iconfont {
    width: 80px;
    font-size: 40px;
    color: #ffffff;
}

.indBoxTwo2_L .item .left_text span {
    width: calc(100% - 80px);
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.indBoxTwo2_L .item .right_icon {
    width: 50px;
    font-size: 38px;
    color: #ffffff;
    text-align: right;
    opacity: 0;
}

.indBoxTwo2_L&gt;.item:last-child {
    border-bottom: none;
}

.indBoxTwo2_L .item.hover {
    width: 115%;
    background: rgba(255, 2, 2, 0.7);
    border-color: rgba(255, 2, 2, 0.7);
}

.indBoxTwo2_L .item.hover .right_icon {
    opacity: 1;
}

.indBoxTwo2_R {
    width: 39%;
    padding: 70px 0 0;
    margin-left: 10%;
}

.indBoxTwo2_R_item a {
    display: block;
}

.fz_34 {
    font-weight: 700;
    font-size: 34px;
}

.indBoxTwo2_R_item a .tt {
    color: #ffffff;
}

.indBoxTwo2_R_item a .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 15px;
}

.indBoxThree {
    background: url(../images/index_07.jpg) no-repeat center center / cover;
}

.indBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree1_L {
    width: 35%;
}

.indBoxThree1_L_top .tt_01 a {
    display: block;
    color: #000004;
}

.indBoxThree1_L_top .tt_02 {
    font-size: 20px;
    color: #444444;
    line-height: 32px;
    padding-top: 15px;
}

.indBoxThree1_L_top .text {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    padding-top: 15px;
}

.indBoxThree1_L_bot {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree1_L_bot .item {
    width: calc((100% - 30px) / 2);
}

.indBoxThree1_L_bot .item .number {
    font-weight: 700;
    font-size: 72px;
    color: #fd2121;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxThree1_L_bot .item .number span {
    font-size: 24px;
    padding: 46px 0 0 15px;
}

.indBoxThree1_L_bot .item .text {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
}

.indBoxThree1_R {
    width: 61%;
}

.indBoxThree1_R_btn {
    padding: 0 10px 35px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indThree1_R_btn_prev,
.indThree1_R_btn_next {
    width: 70px;
    line-height: 35px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    background: #666666;
    cursor: pointer;
    outline: none;
}

.indThree1_R_btn_next {
    margin-left: 10px;
    background: #ff0000;
}

.indBoxThree1_R_lunbo {
    padding: 0 10px 15px;
}

.indBoxThree1_R_lunbo .swiper-slide a {
    display: block;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.indBoxThree1_R_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indBoxThree1_R_lunbo .swiper-slide a .bottom_box {
    padding: 25px 10px 20px 20px;
}

.indBoxThree1_R_lunbo .swiper-slide a .bottom_box .line {
    width: 56px;
    height: 1px;
    background: #fd2121;
}

.indBoxThree1_R_lunbo .swiper-slide a .bottom_box .text {
    height: 111px;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.indBoxThree1_R_lunbo .swiper-slide a .bottom_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #fd2121;
    padding-top: 20px;
}

.indBoxThree2 {
    padding-top: 50px;
}

.indBoxThree2 img {
    width: 100%;
}

.indBoxFour1 {
    padding: 32px 9.2% 32px 9.2%;
    background: url(../images/index_11.jpg) no-repeat center center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFour1 .text {
    width: calc(100% - 269px);
    font-size: 24px;
    color: #ffffff;
    padding: 5px 40px 0 0;
}

.indBoxFour1 .text span {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle;
    margin-top: -6px;
}

.indBoxFour1 .btn_box {
    width: 269px;
}

.indBoxFour1 .btn_box a {
    display: block;
}

.indBoxFour1 .btn_box a img {
    width: 100%;
}

.indBoxFour2 {
    padding-top: 70px;
}

.indBoxFour2_dl {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour2_dl .item {
    width: calc((100% - 39px) / 4);
    margin-right: 13px;
}

.indBoxFour2_dl .item a {
    display: block;
}

.indBoxFour2_dl .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour2_dl .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFour2_dl .item a .bottom_text {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    line-height: 58px;
    text-align: center;
    background: #d20000;
}

.indBoxFour2_dl .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour2_dl&gt;.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxFour2_dl&gt;.item:nth-child(odd) {
    position: relative;
    top: -40px;
}

.indBoxFive {
    background: #fafafa;
}

.indBoxFive_w {
    padding-top: 80px;
}

.indBoxFive1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFive1_L {
    width: 48.6%;
}

.indBoxFive1_L a {
    display: block;
}

.indBoxFive1_L a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxFive1_L a .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxFive1_L a .bottom_box {
    padding: 30px 0 0;
}

.indBoxFive1_L a .bottom_box .date {
    font-size: 16px;
    color: #444444;
}

.indBoxFive1_L a .bottom_box .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxFive1_L a .bottom_box .text {
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFive1_L a .bottom_box .line {
    position: relative;
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    margin-top: 30px;
}

.indBoxFive1_L a .bottom_box .line::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: #d20000;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFive1_L a:hover .img_box img {
    -ms-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px);
}

.indBoxFive1_L a:hover .bottom_box .tt {
    color: #d20000;
}

.indBoxFive1_L a:hover .bottom_box .line::after {
    width: 100%;
}

.indBoxFive1_R {
    width: 46%;
}

.indBoxFive1_R .item {
    padding: 0 0 6.68%;
}

.indBoxFive1_R .item a {
    display: block;
}

.indBoxFive1_R .item a .date {
    font-size: 16px;
    color: #444444;
}

.indBoxFive1_R .item a .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    line-height: 32px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxFive1_R .item a .text {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFive1_R .item a .line {
    position: relative;
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    margin-top: 6.68%;
}

.indBoxFive1_R .item a .line::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: #d20000;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indBoxFive1_R .item a:hover .tt {
    color: #d20000;
}

.indBoxFive1_R .item a:hover .line::after {
    width: 100%;
}

.indBoxFive1_R&gt;.item:last-child {
    padding-bottom: 0;
}

.indBoxSix {
    background: url(../images/index_19.jpg) no-repeat center center / cover;
}

.indBoxSix_w {
    padding-top: 80px;
}

.indBoxSix1 {
    max-width: 790px;
    margin: 0 auto;
    padding-bottom: 125px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxSix1 a {
    display: block;
    font-size: 14px;
    color: #444444;
    padding: 10px 44px;
    border: 1px solid #c1c1c1;
    margin: 0 15px 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1 a:hover {
    color: #ffffff;
    background: #d20000;
    border-color: #d20000;
}

/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~~foot,css */
.public_foot_top {
    background: #2c2c2c;
}

.foot_top_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top01 .foot_logo {
    width: 303px;
}

.foot_top01 .foot_logo a {
    display: block;
}

.foot_top01 .foot_logo a img {
    width: 100%;
}

.foot_top01 .address {
    padding-top: 30px;
}

.foot_top01 .address .tt {
    font-size: 18px;
    color: #fefefe;
}

.foot_top01 .address .text {
    font-size: 16px;
    color: #adadad;
    padding-top: 5px;
}

.foot_top01 .foot_tel {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top01 .foot_tel .left_icon {
    width: 54px;
}

.foot_top01 .foot_tel .left_icon img {
    width: 100%;
}

.foot_top01 .foot_tel .right_text {
    width: calc(100% - 54px);
    padding-left: 10px;
}

.foot_top01 .foot_tel .right_text a {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
}

.foot_top01 .foot_tel .right_text a:hover {
    color: #d20000;
}

.foot_top01 .foot_media {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top01 .foot_media a {
    display: block;
    font-size: 24px;
    color: #ffffff;
    margin-right: 22px;
}

.foot_top01 .foot_media&gt;a:last-child {
    margin-right: 0;
}

.foot_top01 .foot_media a:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.public_foot_top_tt {
    margin-bottom: 25px;
}

.public_foot_top_tt div {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 12px;
    border-bottom: 1px solid #d20000;
}

.public_foot_top_dl dd {
    padding-bottom: 8px;
}

.public_foot_top_dl dd a {
    display: block;
    font-size: 14px;
    color: #adadad;
}

.public_foot_top_dl dd a:hover {
    color: #d20000;
}

.foot_top01 {
    width: 27%;
}

.foot_top02 {
    width: 23%;
}

.foot_top03 {
    width: 10%;
}

.foot_top04 {
    width: 10%;
}

.foot_top02 .public_foot_top_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top02 .public_foot_top_dl dd {
    width: calc((100% - 10px) / 2);
}

.foot_top05 {
    width: 22%;
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top05 .item {
    width: calc((100% - 15px) / 2);
}

.foot_top05 .item .img_box img {
    width: 100%;
}

.foot_top05 .item .bottom_text {
    font-size: 14px;
    color: #d3d3d3;
    text-align: center;
    padding-top: 10px;
}

.public_foot_bot {
    background: #2e2e2e;
    border-top: 4px solid #d20000;
}

.foot_bot_w {
    font-size: 14px;
    color: #d3d3d3;
    padding: 25px 0 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot_bot_w .text_02 {
    padding: 0 50px 0 20px;
}

.foot_bot_w .text_03 a {
    color: #d3d3d3;
}

.foot_bot_w .text_03 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~agent,css */
/* ~~~~~~~~~~~~~~~~agent,css */
/* ~~~~~~~~~~~~~~~~agent,css */
.SubPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SubPage_banner_w {
    height: 480px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner_text_box .tt {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}

.banner_text_box .text {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    padding-top: 10px;
}

.banner_crumbs {
    font-size: 14px;
    color: #ffffff;
    padding-top: 20px;
}

.banner_crumbs a {
    color: #ffffff;
}

.banner_crumbs a:hover {
    color: #d20000;
}

.ageBoxOne {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.ageBoxOne1 {
    padding: 18px 0 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ageBoxOne1 .item a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #444444;
    padding: 0 25px;
}

.ageBoxOne1 .item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 56%;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1px;
    height: 13px;
    background: #dcdcdc;
}

.ageBoxOne1 &gt; .item:first-child a {
    padding-left: 0;
}

.ageBoxOne1 .item.hover a {
    font-weight: 700;
    color: #d20000;
}

.ageBoxOne1 .item a:hover {
    color: #d20000;
}

.ageBoxTwo {
    background: #f8f8f9;
}

.ageBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ageBoxTwo1_L {
    width: 35.1%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ageBoxTwo1_R {
    width: 64.9%;
    padding: 80px 40px 80px 70px;
    background: url(../images/agent_02.jpg) no-repeat center center / cover;
}

.ageBoxTwo1_R_tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 35px;
}

.ageBoxTwo1_R_01 {
    position: relative;
}

.ageBoxTwo1_R_01 .tt {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
}

.ageBoxTwo1_R_01 .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 18px;
}

.ageBoxTwo1_R_01 .iconfont {
    position: absolute;
    top: -25px;
    left: -112px;
    font-size: 50px;
    color: #d20000;
    width: 84px;
    height: 84px;
    line-height: 80px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #d20000;
}

.ageBoxTwo1_R_01.first {
    padding-bottom: 60px;
}

.ageBoxThree {
    background: #f8f8f9 url(../images/agent_03.png) no-repeat center bottom;
}

.ageBoxThree_w {
    padding: 0 0 350px;
}

.ageBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ageBoxThree1 a {
    display: block;
    width: 208px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    border-radius: 4px;
    background: #d20000;
    margin: 0 10px;
}

.ageBoxThree1 a:hover {
    opacity: 0.7;
}

/* ~~~~~~~~~~~~~~~~agent,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~agent,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~agent,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~case,css */
.casBoxOne {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.casBoxOne_w {
    padding: 45px 0 45px;
}

.casBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.casBoxOne1 .item {
    width: calc((100% - 420px) / 8);
    margin-right: 60px;
    border: 1px solid #eaeaea;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a {
    height: 100%;
    padding: 20px 5px 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.casBoxOne1 .item a .iconfont {
    font-size: 44px;
    color: #d20000;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 .item a span {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding-top: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.casBoxOne1 &gt; .item:nth-child(8n) {
    margin-right: 0;
}

.casBoxOne1 .item:hover {
    background: #d42922;
    border-color: #d42922;
}

.casBoxOne1 .item:hover a .iconfont,
.casBoxOne1 .item:hover a span {
    color: #ffffff;
}

.casBoxOne1 .item.hover {
    background: #d42922;
    border-color: #d42922;
}

.casBoxOne1 .item.hover a .iconfont,
.casBoxOne1 .item.hover a span {
    color: #ffffff;
}

.casBoxTwo {
    background: #f8f8f9;
}

.casBoxTwo1 {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.casBoxTwo1 img {
    width: 100%;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.casBoxTwo1 img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.casBoxTwo1 .text {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 36px;
    color: #ffffff;
    background: #d42922;
    padding: 15px 40px;
}

.casBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.casBoxThree1 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 35px;
}

.casBoxThree1 .item a {
    padding: 20px;
    background: #f8f8f9;
    border: 1px solid #ededed;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.casBoxThree1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.casBoxThree1 .item a:hover .right_box .tt {
    color: #d20000;
}

.casBoxThree1 .item a .img_box {
    width: 62%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.casBoxThree1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.casBoxThree1 .item a .right_box {
    width: 38%;
    padding-left: 28px;
}

.casBoxThree1 .item a .right_box .tt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxThree1 .item a .right_box .text {
    font-size: 16px;
    color: #444444;
    padding-top: 18px;
}

.casBoxThree1 .item a .right_box .text div {
    padding-bottom: 8px;
}

.casBoxThree1 .item a .right_box .btn {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #d20000;
    border-radius: 4px;
    margin-top: 21%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.casBoxThree1 .item a .right_box .btn:hover {
    opacity: 0.8;
}

.casBoxThree2 {
    padding-top: 20px;
}


/* ~~~~~~~~~~~~~~åˆ†é¡µ,css */
/* ~~~~~~~~~~~~~~åˆ†é¡µ,css */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #2f2f2f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #a6a6a6;
    margin: 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a.prev,
.public_paging a.next {
    width: 70px;
}

.public_paging a.hover {
    color: #ffffff;
    border-color: #bd0303;
    background: #bd0303;
}

.public_paging a:hover {
    color: #ffffff;
    border-color: #bd0303;
    background: #bd0303;
}

/* ~~~~~~~~~~~~~~åˆ†é¡µ,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~åˆ†é¡µ,css~~~~~~~~~~~end */


/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~case,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~case_detail,css */
/* ~~~~~~~~~~~~~~case_detail,css */
/* ~~~~~~~~~~~~~~case_detail,css */
.cas_deBoxTwo {
    background: #f8f8f9;
}

.cas_deBoxTwo_w {
    padding: 60px 0 70px;
}

.cas_deTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cas_deTwo1_L {
    width: calc(100% - 380px);
    padding: 50px 50px 50px;
    background: #ffffff;
}

.cas_de_content1 .big_tt {
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    text-align: center;
    padding-bottom: 30px;
}

.cas_det_page_lunbo_box {
    position: relative;
}

.cas_de_content1_lunbo {
    width: 86.8%;
}

.cas_de_content1_lunbo .swiper-slide img {
    width: 100%;
}

.cas_det_lunbo_prev,
.cas_det_lunbo_next {
    width: 30px;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    cursor: pointer;
}

.cas_det_lunbo_prev img,
.cas_det_lunbo_next img {
    width: 100%;
}

.cas_det_lunbo_prev {
    left: 0;
}

.cas_det_lunbo_next {
    right: 0;
}

.case_det_lunbo_btn_hide {
    opacity: 0.4;
}

.cas_de_content1_dots {
    width: 86.8%;
    padding-top: 15px;
}

.cas_de_content1_dots .swiper-slide img {
    width: 100%;
    cursor: pointer;
}

.cas_de_content2 {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    padding:50px 0 40px;
}

.cas_de_content2 img {
    max-width: 100%;
    max-height: 100%;
}

.cas_de_content3 {
    padding-bottom: 50px;
}

.cas_de_content3 .module_tt {
    color: #444444;
    padding-bottom: 30px;
}

.cas_de_content3_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cas_de_content3_dl .item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

.cas_de_content3_dl .item a {
    display: block;
    background: #f8f8f9;
    border: 1px solid #dddddd;
    padding: 18px 20px 30px;
}

.cas_de_content3_dl .item a:hover .tt,
.cas_de_content3_dl .item a:hover .model {
    color: #d20000;
}

.cas_de_content3_dl .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.cas_de_content3_dl .item a .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_de_content3_dl .item a .model {
    font-family: "Impact";
    font-size: 24px;
    color: #444444;
    text-transform: uppercase;
    padding: 2px 0 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_de_content3_dl .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.cas_de_content3_dl .item a .img_box img {
    width: 100%;
}

.cas_de_content3_dl .item a .btn {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #d20000;
    border-radius: 4px;
    margin-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_de_content3_dl .item a .btn:hover {
    opacity: 0.8;
}

.cas_de_content3_dl &gt; .item:nth-child(3n) {
    margin-right: 0;
}

.cas_de_content4 {
    padding-top: 22px;
    border-top: 1px solid #dadada;
}

.cas_de_content4 .item {
    padding-bottom: 10px;
}

.cas_de_content4 .item a {
    display: block;
    font-size: 16px;
    color: #444444;
}

.cas_de_content4 .item a span {
    font-weight: 700;
    font-size: 18px;
}

.cas_de_content4 .item a:hover {
    color: #d20000;
}

.cas_deTwo1_R {
    width: 325px;
}

.cas_deTwo1_R1 {
    background: #ffffff;
    padding: 30px 20px 30px;
}

.cas_deTwo1_R1_share .tt {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-bottom: 12px;
}

.cas_deTwo1_R1_tel {
    padding: 20px 0 12px;
}

.cas_deTwo1_R1_tel .text {
    font-size: 16px;
    color: #444444;
    padding-bottom: 8px;
}

.cas_deTwo1_R1_tel .icon_number {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deTwo1_R1_tel .icon_number .iconfont {
    font-weight: 700;
    width: 50px;
    font-size: 38px;
    color: #d20000;
}

.cas_deTwo1_R1_tel .icon_number span {
    width: calc(100% - 50px);
    font-family: "Impact";
    font-size: 36px;
    color: #d20000;
}

.cas_deTwo1_R1_kefu a {
    height: 40px;
    background: #d20000;
    border-radius: 4px;
    padding: 0 0 0 15px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deTwo1_R1_kefu a:hover {
    opacity: 0.7;
}

.cas_deTwo1_R1_kefu a .iconfont {
    font-size: 38px;
    color: #d20000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
}

.cas_deTwo1_R1_kefu a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
}

.cas_deTwo1_R2 {
    margin-top: 20px;
    background: #ffffff;
    padding: 30px 20px 15px;
}

.cas_deTwo1_R2 .module_title {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-bottom: 15px;
}

.cas_deTwo1_R2_dl .item {
    border-bottom: 1px solid #d9d9d9;
}

.cas_deTwo1_R2_dl .item a {
    display: block;
    padding: 15px 0;
}

.cas_deTwo1_R2_dl .item a .img_box {
    margin-bottom: 15px;
}

.cas_deTwo1_R2_dl .item a .img_box img {
    width: 100%;
}

.cas_deTwo1_R2_dl .item a .tt {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deTwo1_R2_dl .item a .date {
    font-size: 14px;
    color: #888888;
    padding-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.cas_deTwo1_R2_dl &gt; .item:last-child {
    border-bottom: none;
}

.cas_deTwo1_R2_dl .item a:hover .tt,
.cas_deTwo1_R2_dl .item a:hover .date {
    color: #d20000;
}

/* ~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~case_detail,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~company,css */
/* ~~~~~~~~~~~~~~~company,css */
/* ~~~~~~~~~~~~~~~company,css */
.compBoxTwo {
    background: #f8f8f9 url(../images/company_01.png) no-repeat center bottom;
}

.compTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.compTwo1_L {
    width: 43%;
}

.compTwo1_L_top .tt_01 {
    color: #444444;
}

.compTwo1_L_top .tt_02 {
    font-size: 30px;
    color: #444444;
    padding-top: 10px;
}

.compTwo1_L_bot {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.compTwo1_L_bot .item {
    width: 40%;
    margin-right: 10%;
    margin-bottom: 35px;
}

.compTwo1_L_bot .item .text {
    font-size: 16px;
    color: #444444;
}

.compTwo1_L_bot .item .number {
    font-family: "Impact";
    font-size: 70px;
    color: #d20000;
}

.compTwo1_L_bot &gt; .item:nth-child(2n) {
    margin-right: 0;
}

.compTwo1_R {
    width: 50%;
}

.compTwo1_R .tt_box .tt_01 {
    font-size: 30px;
    color: #444444;
}

.compTwo1_R .tt_box .tt_02 {
    font-size: 16px;
    color: #444444;
    padding-top: 10px;
}

.compTwo1_R .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    text-indent: 2em;
    padding-top: 35px;
}

.compTwo1_R .text_box p {
    padding-bottom: 25px;
}

.compBoxThree {
    background: url(../images/company_02.jpg) no-repeat center center / cover;
}

.compBoxThree_w .public_page_title .tt_01 {
    color: #ffffff;
}

.compBoxThree_w .public_page_title .tt_02 {
    color: #ffffff;
}

.compBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.compBoxThree1 .item {
    width: 28%;
}

.compBoxThree1 .item a {
    display: block;
    padding: 0 10px;
}

.compBoxThree1 .item a .img_box {
    width: 80px;
    margin: 0 auto;
}

.compBoxThree1 .item a .img_box img {
    width: 100%;
}

.compBoxThree1 .item a .bottom_text {
    font-weight: 700;
    font-size: 30px;
    color: #ff1c1c;
    text-align: center;
    padding-top: 30px;
}

.compFour1 .item {
    position: relative;
}

.compFour1 .item .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.compFour1 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.compFour1 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.compFour1 .item .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    text-indent: 2em;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 53%;
    background: #f2f2f2;
    padding: 45px 40px 45px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}

.compFour1 &gt; .item:nth-child(2) {
    margin-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.compFour1 &gt; .item:nth-child(2) .text_box {
    right: auto;
    left: 0;
}

.compBoxFive {
    background: url(../images/company_08.jpg) no-repeat center center / cover;
}

.compBoxFive_w .public_page_title .tt_01,
.compBoxFive_w .public_page_title .tt_02 {
    color: #ffffff;
}

.compBoxFive1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    text-indent: 2em;
    padding: 10px 60px 70px;
}

.compBoxFive1 a {
    color: #ff0606;
}

.compBoxFive2 {
    position: relative;
    padding: 0 57px;
}

.compBoxFive2_lunbo .swiper-slide .item {
    border: 1px solid #d7ddd5;
}

.compBoxFive2_lunbo .swiper-slide .item img {
    width: 100%;
}

.compBoxFive2_prev,
.compBoxFive2_next {
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.compBoxFive2_prev:hover,
.compBoxFive2_next:hover {
    color: #d20000;
}

.compBoxFive2_prev {
    left: 0;
}

.compBoxFive2_next {
    right: 0;
}

.compBoxSix {
    background: url(../images/company_15.jpg) no-repeat center bottom / cover;
}

.compBoxSix_w {
    padding: 100px 0 200px;
}

.compBoxSix1 .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    text-align: center;
}

.compBoxSix1 .text {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    text-align: center;
    padding: 30px 0 50px;
}

.compBoxSix1 .btn_box a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 230px;
    line-height: 46px;
    background: #d20000;
    border-radius: 4px;
    margin: 0 auto;
}

.compBoxSix1 .btn_box a:hover {
    opacity: 0.7;
}

/* ~~~~~~~~~~~~~~~company,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~company,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~company,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~contact,css */
.contBoxOne {
    background: #f8f8f9;
}

.contBoxOne1 .item {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 35px 15px 22px 40px;
}

.contBoxOne1 .item .tt {
    font-weight: 700;
    font-size: 22px;
    color: #d20000;
    padding-bottom: 18px;
}

.contBoxOne1_bot .every_one {
    font-size: 16px;
    color: #444444;
    padding-bottom: 10px;
}

.contBoxOne1_bot .every_one a {
    color: #d82222;
}

.contBoxOne1_bot .every_one a:hover {
    text-decoration: underline;
}

.contBoxOne1 &gt; .item:nth-child(3n) {
    margin-right: 0;
}

.contBoxTwo2 {
    display: none;
    padding-top: 80px;
}

.contBoxTwo2_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contBoxTwo2_dl .item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 25px;
    border: 1px solid #dcdcdc;
    border-left: 2px solid #d20000;
    padding: 25px 15px 20px 40px;
}

.contBoxTwo2_dl .item .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    padding-bottom: 8px;
}

.contBoxTwo2_dl .item .text {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.contBoxTwo2_dl &gt; .item:nth-child(3n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~culture,css */
/* ~~~~~~~~~~~~~~~~culture,css */
/* ~~~~~~~~~~~~~~~~culture,css */
.culBoxOne {
    background: #f8f8f9;
}

.culBoxOne1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.culBoxOne1_L {
    width: 65.8%;
    padding: 30px 30px 45px 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.culBoxOne1_L .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.culBoxOne1_L .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 18px;
}

.culBoxOne1_R {
    width: 32%;
    background: #ffffff;
}

.culBoxOne1_R .img_box img {
    width: 100%;
}

.culBoxOne1_R .bottom_box {
    padding: 40px 10px 90px 35px;
}

.culBoxOne1_R .bottom_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
}

.culBoxOne1_R .bottom_box .text {
    font-size: 16px;
    color: #444444;
    padding-top: 10px;
}

.culBoxOne1 &gt; .item:nth-child(2) {
    margin-top: 30px;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.culBoxTwo {
    background: url(../images/culture_05.jpg) no-repeat center center / cover;
}

.culBoxTwo_w {
    padding: 210px 0 210px;
}

.culBoxTwo1 .item {
    padding-bottom: 25px;
}

.culBoxTwo1 .item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.culBoxTwo1 .item .text {
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}

.culBoxTwo1 &gt; .item:last-child {
    padding-bottom: 0;
}

.culBoxThree {
    background: url(../images/culture_06.jpg) no-repeat center center / cover;
}

.culBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.culBoxThree1 .item {
    width: calc(100% / 4);
    padding: 0 20px;
}

.culBoxThree1 .item:hover .icon {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.culBoxThree1 .item .icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid #bc2424;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.culBoxThree1 .item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.culBoxThree1 .item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding-top: 20px;
}

.culBoxThree1 .item .text {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~~~culture,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~culture,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~culture,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~download,css */
/* ~~~~~~~~~~~~~~download,css */
/* ~~~~~~~~~~~~~~download,css */
.dowBoxTwo {
    background: #f8f8f9;
}

.dowBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dowBoxTwo1 .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 25px;
}

.dowBoxTwo1 .item a {
    padding: 35px 45px 35px 50px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.dowBoxTwo1 .item a:hover .dowBoxTwo1_L .right_text .tt,
.dowBoxTwo1 .item a:hover .dowBoxTwo1_L .right_text .text {
    color: #d20000;
}

.dowBoxTwo1 .item a:hover .dowBoxTwo1_R {
    color: #d20000;
    border-color: #d20000;
}

.dowBoxTwo1_L {
    width: calc(100% - 66px);
    padding-right: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.dowBoxTwo1_L .iconfont {
    width: 80px;
    font-size: 60px;
    color: #e0062c;
}

.dowBoxTwo1_L .right_text {
    width: calc(100% - 80px);
}

.dowBoxTwo1_L .right_text .tt {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.dowBoxTwo1_L .right_text .text {
    font-size: 16px;
    color: #888888;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.dowBoxTwo1_R {
    font-size: 30px;
    color: #000000;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000000;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.dowBoxTwo2 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~~factory,css */
.facBoxTwo {
    background: #f8f8f9 url(../images/factory_01.jpg) no-repeat center bottom;
}

.facBoxTwo_w {
    padding: 80px 0 450px;
}

.facBoxTwo1 {
    padding-bottom: 80px;
}

.facBoxTwo1_01 {
    padding-bottom: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.facBoxTwo1_01 .item {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    width: 132px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background: #454545;
    margin: 0 5px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.facBoxTwo1_01 .item.hover {
    background: #d20000;
}

.facBoxTwo1_01 .item:hover {
    background: #d20000;
}

.facBoxTwo1_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facBoxTwo1_02_L {
    width: 33%;
}

.facBoxTwo1_02_L a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxTwo1_02_L a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxTwo1_02_L a img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.facBoxTwo1_02_R {
    width: calc(100% - 33% - 10px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facBoxTwo1_02_R .item {
    width: calc((100% - 10px) / 2);
}

.facBoxTwo1_02_R .item a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxTwo1_02_R .item a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxTwo1_02_R .item a img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.facBoxTwo2 {
    background: #ffffff;
    padding: 50px 100px 80px;
    box-shadow: 0 8px 10px #e9e9ea;
}

.facBoxTwo2_01 {
    position: relative;
}

.facBoxTwo2_01_lunbo .swiper-slide img {
    width: 100%;
}

.facBoxTwo2_01_prev,
.facBoxTwo2_01_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #afafaf;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.facBoxTwo2_01_prev:hover,
.facBoxTwo2_01_next:hover {
    background: #d20000;
}

.facBoxTwo2_01_prev {
    left: -60px;
}

.facBoxTwo2_01_next {
    right: -60px;
}

.facBoxTwo2_01_btn_hide {
    opacity: 0.3;
    pointer-events: none;
}

.facBoxTwo2_02 {
    padding-top: 35px;
}

.facBoxTwo2_02_dots .swiper-slide .item {
    border: 1px solid #d8d8d8;
    padding: 4px;
    cursor: pointer;
}

.facBoxTwo2_02_dots .swiper-slide .item img {
    width: 100%;
}

.facBoxTwo3 {
    padding-top: 70px;
}

.facBoxTwo3 .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    text-align: center;
}

.facBoxTwo3 .text {
    font-size: 24px;
    color: #444444;
    text-align: center;
    padding-top: 15px;
}

.facBoxTwo3_01 {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.facBoxTwo3_01 .btn {
    width: 21%;
    margin-right: 30px;
}

.facBoxTwo3_01 .btn a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background: #d20000;
    border-radius: 4px;
}

.facBoxTwo3_01 .btn a:hover {
    opacity: 0.7;
}

.facBoxTwo3_01 .tel span {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    color: #444444;
    vertical-align: top;
    padding-top: 20px;
}

.facBoxTwo3_01 .tel a {
    font-family: "Impact";
    font-size: 48px;
    color: #d20000;
}

/* ~~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~~~~faq,css */
.faqBoxTwo {
    background: #f8f8f9;
}

.faqBoxTwo1 {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.faqBoxTwo1_form .input_btn {
    border: 4px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faqBoxTwo1_form .input_btn input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #888888;
    width: calc(100% - 115px);
    height: 48px;
    background: #ffffff;
    border: none;
    padding: 0 15px 0 15px;
}

.faqBoxTwo1_form .input_btn ::-webkit-input-placeholder {
    color: #888888;
}

.faqBoxTwo1_form .input_btn button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 115px;
    background: #d20000;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqBoxTwo1_form .input_btn button:hover {
    opacity: 0.8;
}

.faqBoxTwo2 {
    max-width: 1280px;
    margin: 0 auto;
}

.faqBoxTwo2 .item {
    margin-bottom: 15px;
}

.faqBoxTwo2 .item a {
    position: relative;
    background: #ffffff;
    padding: 28px 0 28px 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faqBoxTwo2 .item a:hover {
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}

.faqBoxTwo2 .item a:hover .left_text .text_box .tt {
    color: #d20000;
}

.faqBoxTwo2 .item a:hover .right_btn {
    text-decoration: underline;
}

.faqBoxTwo2 .item a .left_text {
    width: calc(100% - 180px);
    padding-right: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faqBoxTwo2 .item a .left_text .iconfont {
    width: 45px;
    font-size: 32px;
    color: #d20000;
}

.faqBoxTwo2 .item a .left_text .text_box {
    width: calc(100% - 45px);
    padding-top: 3px;
}

.faqBoxTwo2 .item a .left_text .text_box .tt {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqBoxTwo2 .item a .left_text .text_box .text {
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    padding-top: 10px;
}

.faqBoxTwo2 .item a .right_btn {
    width: 180px;
    font-size: 16px;
    color: #d20000;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.faqBoxTwo2 .item a .float_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
}

.faqBoxTwo2 .item a .float_icon img {
    width: 100%;
}

.faqBoxTwo3 {
    padding-top: 35px;
}

/* ~~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~faq,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~history,css */
/* ~~~~~~~~~~~~~~~~history,css */
/* ~~~~~~~~~~~~~~~~history,css */
.hisBoxTwo {
    background: #f8f8f9;
}

.hisBoxTwo1 {
    font-size: 30px;
    color: #333333;
    padding-bottom: 60px;
}

.hisBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hisBoxTwo2_L {
    position: relative;
}

.hisBoxTwo2_L,
.hisBoxTwo2_L_dl {
    width: 442px;
}

.hisBoxTwo2_L_dl .item {
    position: relative;
    padding: 0 45px 0 90px;
    cursor: pointer;
}

.hisBoxTwo2_L_dl .item .text_box {
    text-align: right;
    padding: 45px 30px 45px 0;
    border-bottom: 1px solid #cccccc;
}

.hisBoxTwo2_L_dl .item .text_box .date {
    font-weight: 700;
    font-size: 36px;
    color: #444444;
}

.hisBoxTwo2_L_dl .item .text_box .text {
    font-size: 18px;
    color: #444444;
    padding-top: 10px;
}

.hisBoxTwo2_L_dl .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 5px;
    height: 100%;
    background: #d20000;
    opacity: 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.hisBoxTwo2_L_dl .item.hover::after {
    opacity: 1;
}

.hisBoxTwo2_L_dl .item.hover .text_box .date,
.hisBoxTwo2_L_dl .item.hover .text_box .text {
    color: #d20000;
}

.hisBoxTwo2_L_dl &gt; .item:first-child .text_box {
    padding-top: 0;
}

.hisBoxTwo2_L_dl &gt; .item:last-child .text_box {
    border-bottom: none;
}

.hisBoxTwo2_R {
    width: calc(100% - 442px);
    border-left: 1px solid #cccccc;
    padding-left: 50px;
}

.hisBoxTwo2_R_dl .item {
    position: relative;
    background: #ffffff;
    padding: 30px 50px 40px 75px;
    margin-bottom: 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.hisBoxTwo2_R_dl .item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.hisBoxTwo2_R_dl .item .date {
    font-weight: 700;
    font-size: 24px;
    color: #d20000;
}

.hisBoxTwo2_R_dl .item .text {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding-top: 10px;
}

.hisBoxTwo2_R_dl .item .img_box {
    padding-top: 20px;
}

.hisBoxTwo2_R_dl .item .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.hisBoxTwo2_R_dl .item .arrow {
    position: absolute;
    top: 30px;
    left: 0;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #ffffff;
}

.hisBoxTwo2_R_dl .item .round {
    position: absolute;
    top: 39px;
    left: -58px;
    width: 14px;
    height: 14px;
    border: 2px solid #d20000;
    border-radius: 50%;
}

.hisBoxTwo2_R_dl &gt; .item:last-child {
    margin-bottom: 0;
}


/* å·¦ä¾§ æˆ–å³ä¾§ æ‚¬æµ®å›ºå®š-------css */

.hisBoxTwo2_L_dl.static {
    position: static;
    top: auto;
}

.hisBoxTwo2_L_dl.fixed {
    position: fixed;
    /* topä¸ºå¯¼èˆªçš„é«˜åº¦ */
    top: 100px; 
}

.hisBoxTwo2_L_dl.absolute {
    position: absolute;
    bottom: 0;
}

/* ~~~~~~~~~~~~~~~~history,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~history,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~history,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~~~~honor,css */
.honBoxTwo {
    background: #f8f8f9;
}

.honBoxTwo1 {
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.honBoxTwo1 .item {
    width: 23%;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.honBoxTwo1 .item .icon {
    width: 44px;
}

.honBoxTwo1 .item .icon img {
    width: 100%;
}

.honBoxTwo1 .item .icon .img_02 {
    display: none;
}

.honBoxTwo1 .item span {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    padding-left: 10px;
}

.honBoxTwo1 .item.hover .icon .img_01 {
    display: none;
}

.honBoxTwo1 .item.hover .icon .img_02 {
    display: block;
}

.honBoxTwo1 .item.hover span {
    color: #d20000;
}

.honBoxTwo2_item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honBoxTwo2_L {
    width: 42.8%;
    padding: 60px 6.4% 60px;
}

.honBoxTwo2_L_01 .img_box {
    height: 490px;
    padding: 20px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.honBoxTwo2_L_01 .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.honBoxTwo2_L_01 .bottom_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    height: 60px;
    background: #d20000;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.honBoxTwo2_R {
    width: 57.2%;
    padding: 55px 50px 60px;
    background: rgba(0,0,0,0.3);
}

.honBoxTwo2_R .tt {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 25px;
}

.honBoxTwo2_R_01 {
    height: 490px;
    padding-right: 20px;
    overflow-y: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honBoxTwo2_R_01 .item {
    width: calc((100% - 36px) / 3);
    height: 150px;
    margin-right: 18px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.honBoxTwo2_R_01 .item img {
    max-width: 100%;
    max-height: 100%;
}

.honBoxTwo2_R_01 &gt; .item:nth-child(3n) {
    margin-right: 0;
}

.honBoxTwo2_R_01::-webkit-scrollbar {
    width: 6px;
}

.honBoxTwo2_R_01::-webkit-scrollbar-track {
    background: url(../images/honor_06.jpg) repeat-y center top;
}

.honBoxTwo2_R_01::-webkit-scrollbar-thumb {
    background: #d20000;
    border-radius: 0;
}

/* ~~~~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~jiance,css */
/* ~~~~~~~~~~~~~~~jiance,css */
/* ~~~~~~~~~~~~~~~jiance,css */
.jiaBoxTwo {
    background: #f8f8f9;
}

.jiaBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jiaBoxTwo1 .item {
    width: calc((100% - 50px) / 2);
}

.jiaBoxTwo1 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.jiaBoxTwo1 .item .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.jiaBoxTwo1 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.jiaBoxTwo1 .item .bottom_text {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    text-align: center;
    background: #ffffff;
    padding: 20px 15px 20px;
}

.jiaBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jiaBoxThree1_01 {
    width: calc((100% - 17px) / 2);
}

.jiaBoxThree1_01 img {
    width: 100%;
}

.jiaBoxThree1_01 .little_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jiaBoxThree1_01 .little_item .item {
    width: calc((100% - 13px) / 2);
}

.jiaBoxThree1_L .little_item {
    margin-top: 14px;
}

.jiaBoxThree1_R .little_item {
    margin-bottom: 14px;
}

.jiaBoxFour {
    background: #f8f8f9;
}

.jiaBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jiaBoxFour1 .item {
    width: calc((100% - 36px) / 4);
    margin-right: 12px;
    margin-bottom: 35px;
    padding: 8px 8px 8px;
    background: #ffffff;
}

.jiaBoxFour1 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.jiaBoxFour1 .item .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.jiaBoxFour1 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.jiaBoxFour1 .item .bottom_text {
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 22px 0 16px;
}

.jiaBoxFour1 &gt; .item:nth-child(4n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~~jiance,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~jiance,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~jiance,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~~news,css */
.newBoxTwo {
    background: #f8f8f9;
}

.newBoxTwo1 {
    position: relative;
}

.newBoxTwo1_lunbo .swiper-slide .item a {
    display: block;
}

.newBoxTwo1_lunbo .swiper-slide .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxTwo1_lunbo .swiper-slide .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxTwo1_lunbo .swiper-slide .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxTwo1_lunbo .swiper-slide .item a .bottom_box {
    height: 127px;
    background: #ffffff;
    padding: 20px 15px 20px 20px;
}

.newBoxTwo1_lunbo .swiper-slide .item a .bottom_box .date {
    font-size: 16px;
    color: #444444;
}

.newBoxTwo1_lunbo .swiper-slide .item a .bottom_box .text {
    font-size: 20px;
    color: #444444;
    line-height: 30px;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxTwo1_prev,
.newBoxTwo1_next {
    font-size: 60px;
    color: #a7a7a7;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1_prev:hover,
.newBoxTwo1_next:hover {
    color: #d20000;
}

.newBoxTwo1_prev {
    left: -80px;
}

.newBoxTwo1_next {
    right: -80px;
}

.newBoxTwo1_dots {
    display: none;
    text-align: center;
    padding-top: 20px;
}

.newBoxTwo1_dots .swiper-pagination-bullet {
    margin: 0 5px;
    outline: none;
}

.newBoxTwo2 {
    background: #ffffff;
    padding: 20px 20px 60px;
    margin-top: 55px;
}

.newBoxTwo2_01 {
    padding: 18px 40px 18px 40px;
    background: #555555;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxTwo2_01_tt {
    width: 140px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}

.newBoxTwo2_01_form {
    width: calc(100% - 140px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxTwo2_01_form .item {
    width: 24%;
}

.newTwo2_01_form_input {
    position: relative;
}

.newTwo2_01_form_input_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.newTwo2_01_form_input_top .text {
    font-size: 16px;
    color: #1f1f1f;
    width: calc(100% - 42px);
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 10px;
    background: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newTwo2_01_form_input_top .iconfont {
    font-size: 30px;
    color: #ffffff;
    width: 42px;
    line-height: 38px;
    text-align: center;
    background: #d20000;
}

.newTwo2_01_form_input_bot {
    display: none;
    width: calc(100% - 42px);
    position: absolute;
    z-index: 2;
    top: 38px;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 10px 10px 8px 20px;
    box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}

.newTwo2_01_form_input_bot div {
    font-size: 16px;
    color: #444444;
    padding-bottom: 4px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newTwo2_01_form_input_bot div:hover {
    color: #d20000;
}

.newBoxTwo2_01_form .btn_box {
    width: 19.5%;
}

.newBoxTwo2_01_form .btn_box button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border: none;
    background: #d20000;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2_01_form .btn_box button:hover {
    opacity: 0.8;
}

.newBoxTwo2_02 {
    padding: 40px 29px 80px;
}

.newBoxTwo2_02 .item {
    border-bottom: 1px solid #d8d8d8;
}

.newBoxTwo2_02 .item a {
    padding: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxTwo2_02 .item a:hover .left_text .tt {
    color: #d20000;
}

.newBoxTwo2_02 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxTwo2_02 .item a .left_text {
    width: 70%;
}

.newBoxTwo2_02 .item a .left_text .date {
    font-size: 16px;
    color: #444444;
}

.newBoxTwo2_02 .item a .left_text .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    padding-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo2_02 .item a .left_text .text {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxTwo2_02 .item a .img_box {
    width: 23%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxTwo2_02 .item a .img_box img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~~~~~news_detail,css */
.new_de_content1 .big_tt {
    font-weight: 700;
    font-size: 30px;
    color: #444444;
}

.new_de_content1 .content_tag {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_de_content1 .content_tag .item {
    font-size: 16px;
    color: #444444;
    padding-right: 30px;
}

.new_de_content1 .content_tag .item a {
    color: #e40202;
}

.new_de_content1 .content_tag &gt; .item:last-child {
    padding-right: 0;
}

.news_det_faq {
    padding: 30px 20px 28px;
    background: #ffffff;
    margin-top: 22px;
}

.news_det_faq_tt {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-bottom: 10px;
}

.news_det_faq_dl .item {
    border-bottom: 1px solid #d9d9d9;
}

.news_det_faq_dl .item a {
    display: block;
    padding: 18px 0 18px;
}

.news_det_faq_dl .item a:hover .text,
.news_det_faq_dl .item a:hover .date {
    color: #d20000;
}

.news_det_faq_dl .item a .text {
    font-size: 16px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news_det_faq_dl .item a .date {
    font-size: 14px;
    color: #888888;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news_det_faq_dl &gt; .item:last-child {
    border-bottom: none;
}

.new_de_content1 + .cas_de_content2 {
    padding: 40px 0 50px;
}

/* ~~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_detail,css~~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~pinkong,css */
/* ~~~~~~~~~~~~~~pinkong,css */
/* ~~~~~~~~~~~~~~pinkong,css */
.pinBoxTwo {
    background: #f8f8f9;
}

.pinBoxTwo1 {
    padding-top: 30px;
    text-align: center;
}

.pinBoxTwo1 img {
    max-width: 100%;
    max-height: 100%;
}

.pinBoxTwo2 {
    padding-top: 160px;
}

.pinBoxTwo2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pinBoxTwo2_01 .item {
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
    background: #d8d8d8;
    padding: 0 10px 20px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pinBoxTwo2_01 .item:hover {
    background: #3f3e3e;
}

.pinBoxTwo2_01 .item:hover .text {
    color: #ffffff;
}

.pinBoxTwo2_01 .item .iconfont {
    font-size: 36px;
    color: #ffffff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background: #d20000;
    margin: -33px auto 0;
}

.pinBoxTwo2_01 .item .text {
    font-weight: 700;
    font-size: 18px;
    color: #3f3e3e;
    text-align: center;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pinBoxTwo2_01 &gt; .item:nth-child(3n) {
    margin-right: 0;
}

.pinBoxTwo2_01 .item.hover {
    background: #3f3e3e;
}

.pinBoxTwo2_01 .item.hover .text {
    color: #ffffff;
}

.pinBoxTwo2_02 {
    background: #ffffff;
    padding: 90px 70px 90px;
}

.pinBoxTwo2_02_item {
    text-align: center;
}

.pinBoxTwo2_02_item img {
    max-width: 100%;
    max-height: 100%;
}

/* ~~~~~~~~~~~~~~pinkong,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pinkong,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pinkong,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~product,css */
/* ~~~~~~~~~~~~~~~product,css */
/* ~~~~~~~~~~~~~~~product,css */
.proBoxOne {
    background: #f8f8f9;
}

.proBoxOne1 {
    padding-bottom: 35px;
    border-bottom: 1px solid #000000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxOne1 a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    padding: 8px 22px 8px;
    background: #e1e1e1;
    border-radius: 4px;
    margin: 0 8px 15px 0;
}

.proBoxOne1 a.hover {
    color: #ffffff;
    background: #d20000;
}

.proBoxOne1 a:hover {
    color: #ffffff;
    background: #d20000;
}

.proBoxOne2 {
    padding-top: 50px;
}

.proBoxOne2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxOne2_01 .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_01 .item:hover {
    border-color: #d20000;
}

.proBoxOne2_01 .item a {
    display: block;
    height: 100%;
    padding: 20px 5px 20px;
}

.proBoxOne2_01_top {
    padding: 0 20px 8px;
    border-bottom: 1px solid #dddddd;
}

.proBoxOne2_01_top .tt_box {
    padding-bottom: 10px;
}

.proBoxOne2_01_top .tt_box .tt_01 {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.proBoxOne2_01_top .tt_box .tt_02 {
    font-family: "Impact";
    font-size: 24px;
    color: #444444;
    padding-top: 2px;
}

.proBoxOne2_01_top .img_box img {
    width: 100%;
}

.proBoxOne2_01_top .text_box {
    height: 111px;
    padding-top: 30px;
}

.proBoxOne2_01_top .text_box div {
    font-size: 14px;
    color: #888888;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.proBoxOne2_01_top .text_box div span {
    font-weight: 700;
    color: #444444;
}

.proBoxOne2_01_bot {
    padding: 25px 20px 0;
}

.proBoxOne2_01_bot div {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #d20000;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_01_bot div:hover {
    opacity: 0.8;
}

.proBoxOne2_01 &gt; .item:nth-child(4n) {
    margin-right: 0;
}

.proBoxOne2_02 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~product,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~product,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~product,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~~~service,css */
.serBoxTwo {
    background: #f8f8f9;
}

.serBoxTwo1 .item {
    background: #ffffff;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.serBoxTwo1 .item .left_text {
    width: 50%;
    padding: 0 60px;
}

.serBoxTwo1 .item .left_text .iconfont {
    font-size: 70px;
    color: #d20000;
    padding-bottom: 22px;
}

.serBoxTwo1 .item .left_text .tt {
    font-weight: 700;
    font-size: 16px;
    color: #444444;
    padding-bottom: 10px;
}

.serBoxTwo1 .item .left_text .text {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.serBoxTwo1 .item .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.serBoxTwo1 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.serBoxTwo1 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.serBoxTwo1 &gt; .item:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~shengchan,css */
/* ~~~~~~~~~~~~~~~shengchan,css */
/* ~~~~~~~~~~~~~~~shengchan,css */
.sheBoxTwo {
    background: #f8f8f9;
}

.sheBoxTwo1 {
    background: #ffffff;
    padding: 90px 70px 100px 60px;
}

.sheBoxTwo1_01 {
    position: relative;
}

.sheBoxTwo1_01 .item {
    margin-bottom: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.sheBoxTwo1_01 .item .number_dot {
    font-family: "Impact";
    font-size: 48px;
    color: #d20000;
    width: 135px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sheBoxTwo1_01 .item .number_dot div {
    width: 16px;
    height: 16px;
    background: #d20000;
    border-radius: 50%;
    margin-right: 45px;
}

.sheBoxTwo1_01 .item .right_text {
    width: calc(100% - 135px);
    padding-top: 12px;
}

.sheBoxTwo1_01 .item .right_text .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
}

.sheBoxTwo1_01 .item .right_text .text {
    font-size: 16px;
    color: #444444;
    padding-top: 20px;
}

.sheBoxTwo1_01 .item .right_text .img_box {
    padding-top: 50px;
}

.sheBoxTwo1_01 .item .right_text .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.sheBoxTwo1_01 &gt; .item:last-child {
    margin-bottom: 0;
}

.sheBoxTwo1_01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 82px;
    width: 1px;
    height: 100%;
    background: #d20000;
}

.sheBoxTwo2 {
    padding-top: 40px;
}

.sheBoxTwo2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sheBoxTwo2_01 a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    line-height: 50px;
    text-align: center;
    background: #d20000;
    border-radius: 4px;
    margin: 0 20px;
}

.sheBoxTwo2_01 a:hover {
    opacity: 0.75;
}

/* ~~~~~~~~~~~~~~~shengchan,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~shengchan,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~shengchan,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~zuzhi,css */
/* ~~~~~~~~~~~~~~~~~zuzhi,css */
/* ~~~~~~~~~~~~~~~~~zuzhi,css */
.zuzBoxTwo {
    background: #f8f8f9;
}

.zuzBoxTwo1 {
    text-align: center;
    margin-bottom: 100px;
}

.zuzBoxTwo1 img {
    max-width: 100%;
    max-height: 100%;
}

.zuzBoxTwo2 {
    padding: 70px 30px 70px 80px;
    background: url(../images/zuzhi_02.jpg) no-repeat center center / cover;
}

.zuzBoxTwo2_01 {
    max-width: 630px;
}

.zuzBoxTwo2_01 .top_box {
    padding-bottom: 25px;
}

.zuzBoxTwo2_01 .top_box .tt {
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 15px;
}

.zuzBoxTwo2_01 .top_box a {
    font-family: "Impact";
    font-size: 48px;
    color: #ffffff;
}

.zuzBoxTwo2_01 .tel_box {
    padding-bottom: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.zuzBoxTwo2_01 .tel_box .item {
    width: calc((100% - 25px) / 2);
    padding-bottom: 8px;
}

.zuzBoxTwo2_01 .tel_box .item a {
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.zuzBoxTwo2_01 .tel_box .item a:hover {
    text-decoration: underline;
}

.zuzBoxTwo2_01 .btn_box a {
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
    width: 210px;
    line-height: 44px;
    background: #ffffff;
    border-radius: 4px;
}

.zuzBoxTwo2_01 .btn_box a:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~~~~~zuzhi,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~zuzhi,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~zuzhi,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
.pro_deBoxOne {
    background: url(../images/pro_det_01.jpg) no-repeat center center / cover;
}

.pro_deBoxOne_w {
    padding: 0 0 65px;
}

.pro_deOne1 {
    font-size: 14px;
    color: #ffffff;
    padding: 22px 0 65px;
}

.pro_deOne1 a {
    color: #ffffff;
}

.pro_deOne1 a:hover {
    color: #d20000;
}

.pro_deOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne2_L {
    width: 45.7%;
}

.pro_deOne2_L img {
    width: 100%;
}

.pro_deOne2_R {
    width: 48%;
}

.pro_deOne2_R1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #7d7d7d;
}

.pro_deOne2_R1 div {
    font-size: 24px;
    color: #ff1414;
    padding-bottom: 8px;
}

.pro_deOne2_R1 h1 {
    color: #ffffff;
}

.pro_deOne2_R2 {
    padding: 20px 0 25px;
}

.pro_deOne2_R2 div {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
}

.pro_deOne2_R2 div span {
    font-weight: 400;
}

.pro_deOne2_R3 {
    border-radius: 4px;
    border: 1px solid #a0a0a0;
    padding: 10px 0 10px;
    background: rgba(255,255,255,0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne2_R3 .item {
    width: calc(100% / 3);
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deOne2_R3 .item .iconfont {
    font-size: 32px;
    color: #d20000;
}

.pro_deOne2_R3 .item span {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
}

.pro_deOne2_R4 {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne2_R4 .btn_box {
    width: 30%;
}

.pro_deOne2_R4 .btn_box a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    background: #d20000;
}

.pro_deOne2_R4 .btn_box a:hover {
    opacity: 0.8;
}

.pro_deOne2_R4 .tel_btn {
    margin-left: 40px;
}

.pro_deOne2_R4 .tel_btn a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne2_R4 .tel_btn a .iconfont {
    font-size: 56px;
    color: #ff1414;
    padding-right: 5px;
}

.pro_deOne2_R4 .tel_btn a .right_text .text_01 {
    font-size: 16px;
    color: #ffffff;
}

.pro_deOne2_R4 .tel_btn a .right_text .text_02 {
    font-family: "Impact";
    font-size: 30px;
    color: #ff1414;
    padding-top: 2px;
}

.pro_deBoxTwo {
    height: 89px;
}

.pro_deTwo1 {
    background: #f8f8f9;
}

.pro_deTwo1_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deTwo1_dl .item {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    margin-right: 20px;
    padding: 32px 40px 30px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deTwo1_dl &gt; .item:last-child {
    margin-right: 0;
}

.pro_deTwo1_dl .item.hover {
    color: #d20000;
    border-color: #d20000;
}

.pro_deBoxThree {
    background: #f8f8f9;
    padding-bottom: 80px;
}

.pro_deThree_w {
    background: #ffffff;
    padding: 50px 60px 20px;
}

.pro_deThree1 {
    padding-bottom: 50px;
}

.pro_det_content_tt {
    padding-bottom: 30px;
}

.pro_det_content_tt .tt {
    color: #444444;
}

.pro_det_content_tt .text {
    font-size: 16px;
    color: #444444;
    padding-top: 10px;
}

.pro_deThree1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree1_01 .item_01 {
    width: 47.6%;
    margin-right: 2.4%;
}

.pro_deThree1_01 img {
    width: 100%;
}

.pro_deThree1_01 .item_02 {
    width: 23.8%;
    margin-right: 2.4%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree1_01 .item_03 {
    width: 23.8%;
}

.pro_deThree2 {
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree2_L {
    width: 52%;
}

.pro_deThree2_L .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 28px;
}

.pro_deThree2_R {
    width: 43%;
}

.pro_deThree2_R img {
    width: 100%;
}

.pro_deThree_w table {
    width: 100%;
}

.pro_deThree_w table tr td {
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #b3b3b3;
}

.pro_deThree_w table tr:nth-child(odd) {
    background: #f8f8f9;
}

.pro_deThree_w .pro_page_table {
    margin-bottom: 40px;
}

.pro_deBoxFour {
    background: url(../images/pro_det_08.jpg) no-repeat center center / cover;
}

.pro_deFour1 {
    color: #ffffff;
    padding-bottom: 40px;
}

.pro_deFour2 {
    position: relative;
}

.pro_deFour2_lunbo .swiper-slide a {
    display: block;
}

.pro_deFour2_lunbo .swiper-slide a:hover .bottom_box .text {
    color: #d20000;
}

.pro_deFour2_lunbo .swiper-slide a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deFour2_lunbo .swiper-slide a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deFour2_lunbo .swiper-slide a .img_box img {
    width: 100%;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.pro_deFour2_lunbo .swiper-slide a .bottom_box {
    background: #ffffff;
    padding: 18px 10px 18px 25px;
}

.pro_deFour2_lunbo .swiper-slide a .bottom_box .line {
    width: 38px;
    height: 2px;
    background: #d20000;
}

.pro_deFour2_lunbo .swiper-slide a .bottom_box .text {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deFour2_prev,
.pro_deFour2_next {
    font-size: 60px;
    color: #a7a7a7;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deFour2_prev:hover,
.pro_deFour2_next:hover {
    color: #d20000;
}

.pro_deFour2_prev {
    left: -70px;
}

.pro_deFour2_next {
    right: -70px;
}

.pro_deFour2_dots {
    display: none;
    padding-top: 20px;
    text-align: center;
}

.pro_deFour2_dots .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.6;
    margin: 0 5px;
    outline: none;
}

.pro_deFour2_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d20000;
    opacity: 1;
}

.pro_deFive1 {
    color: #444444;
    padding-bottom: 40px;
}

.pro_deBoxFive_w .proBoxOne2_01 .item {
    margin-bottom: 0;
}

.pro_deBoxSix {
    background: url(../images/pro_det_12.jpg) no-repeat center bottom / cover;
}

.pro_deBoxSix1 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxSix1 .item {
    width: calc(100% / 4);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxSix1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.pro_deBoxSix1 .item a {
    display: block;
    padding: 0 10px;
    text-align: center;
}

.pro_deBoxSix1 .item a .iconfont {
    font-size: 60px;
    color: #000000;
}

.pro_deBoxSix1 .item a .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    padding-top: 15px;
}

.pro_deBoxSix1 .item a .text {
    font-size: 16px;
    color: #444444;
    padding-top: 6px;
}

/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~end */










/* ç‚¹å‡»è§†é¢‘å¼¹å‡ºæ’­æ”¾æ¡†css */

.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* ç‚¹å‡»è§†é¢‘å¼¹å‡ºæ’­æ”¾æ¡†css~~~~~~~~~~~~~~~~ç»“æŸ */

















.contBoxOne1_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contBoxOne1 {
    width: 32%;
}

.contBoxOne1_R {
    width: 64%;
}

.contBoxOne1_R iframe {
    width: 100%;
    height: 261px;
}


.conBoxOne2_R_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne2_R_form .item {
    width: calc((100% - 25px) / 2);
    margin-bottom: 12px;
}

.conBoxOne2_R_form .item .input_tt {
    font-size: 16px;
    color: #888888;
    padding-bottom: 5px;
}

.conBoxOne2_R_form .item input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    width: 100%;
    height: 34px;
    border: 1px solid #dedede;
    background: #ffffff;
    border-radius: 4px;
    padding: 0 10px 0 15px;
}

.conBoxOne2_R_form .item textarea {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #dedede;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
}

.conBoxOne2_R_form .btn_box {
    width: 100%;
    text-align: center;
}

.conBoxOne2_R_form .btn_box button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 18px;
    color: #ffffff;
    width: 210px;
    height: 48px;
    background: #d20000;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2_R_form .btn_box button:hover {
    opacity: 0.8;
}



.contBoxTwo3_map {
    padding-top: 60px;
}

.contBoxTwo3_map .img_box {
    text-align: center;
}

.contBoxTwo3_map .img_box img {
    max-width: 100%;
    max-height: 100%;
}
</pre></body></html>